Version

Fnc1Mode Method

Sets the FNC1 mode indicator which identifies symbols encoding messages formatted according to specific predefined industry or application specifications.
Syntax
'Declaration
 
Public Function Fnc1Mode( _
   ByVal fnc1Mode As Fnc1Mode _
) As QRCodeBarcode(Of T)
public QRCodeBarcode<T> Fnc1Mode( 
   Fnc1Mode fnc1Mode
)

Parameters

fnc1Mode
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub